![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.12.8
|
Leadtools.MedicalViewer Namespace : MedicalViewerPointCollection<PointF> Class |
The following tables list the members exposed by MedicalViewerPointCollection<PointF>.
Name | Description | |
---|---|---|
![]() | MedicalViewerPointCollection<PointF> Constructor | Initializes a new instance of the MedicalViewerPointCollection<PointF> class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the collection. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | IsReadOnly | Specifies whether or not the collection is Read Only. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | Item | Gets and sets the item at the specified index from within the collection. (Inherited from Leadtools.RasterCollection<PointF>) |
Name | Description | |
---|---|---|
![]() | Add | Overridden. Adds the specified point. |
![]() | AddRange | Adds the elements of an System.Collections.ICollection to the end of the collection. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | BringToFront | Brings the specified item forward in the collection. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | Clear | Removes all items from the collection. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | Contains | Determines whether or not the specified item is contained in the collection. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | CopyTo | Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | DisableEvents | Called to disable raising the ItemAdded and ItemRemoved events. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | EnableEvents | Called to enable raising the ItemAdded and ItemRemoved events. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | GetEnumerator | Returns a generic enumerator that can iterate through the RasterCollection. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | IndexOf | Returns the index of the specified item if it is found in the collection. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | Insert | Overridden. Inserts the specified point. |
![]() | Remove | Overridden. Removes the specified point. |
![]() | RemoveAt | Overridden. Removes the point from the specified index. |
![]() | SendToBack | Sends the specified item back in the collection. (Inherited from Leadtools.RasterCollection<PointF>) |
Name | Description | |
---|---|---|
![]() | OnItemAdded | (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | OnItemRemoved | (Inherited from Leadtools.RasterCollection<PointF>) |
Name | Description | |
---|---|---|
![]() | ItemAdded | Occurs when an item is added to the collection. (Inherited from Leadtools.RasterCollection<PointF>) |
![]() | ItemRemoved | Occurs when an item is removed from the collection. (Inherited from Leadtools.RasterCollection<PointF>) |